GtkEntry: Make has-frame use style classes
authorMatthias Clasen <mclasen@redhat.com>
Thu, 26 Jun 2014 02:08:27 +0000 (22:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 27 Jun 2014 02:02:19 +0000 (22:02 -0400)
commit17679c168a2360ad600d7c24e8631487cb759e78
treee3fc9617f63ed04e6cb4644908d2e6b55762827c
parent598777166fc6d86fedbe1fa0df6b2afed73378e3
GtkEntry: Make has-frame use style classes

Instead of code that internally does weird things, use the FLAT style
class if has-frame is FALSE and remove it otherwise.
Based on a patch by Benjamin Otte.
https://bugzilla.gnome.org/show_bug.cgi?id=732256

fixup entry
gtk/gtkentry.c